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