fixed iret
This commit is contained in:
@@ -33,5 +33,4 @@ handle_keyboard_asm:
|
|||||||
pop rsi;
|
pop rsi;
|
||||||
pop rdi;
|
pop rdi;
|
||||||
pop rax;
|
pop rax;
|
||||||
add rsp, 4;
|
iretq ;
|
||||||
iret ;
|
|
||||||
|
|||||||
@@ -77,7 +77,7 @@ extern "C" { // disable C++ name mangling for asm function
|
|||||||
* \todo(12) Fetch a single key
|
* \todo(12) Fetch a single key
|
||||||
* \todo(13) Extend to use the Prologue-Epilogue pattern
|
* \todo(13) Extend to use the Prologue-Epilogue pattern
|
||||||
*/
|
*/
|
||||||
void handle_keyboard();
|
void handle_keyboard();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! \brief handle_panic
|
/*! \brief handle_panic
|
||||||
|
|||||||
Reference in New Issue
Block a user