fixed iret

main
Simon 6 months ago
parent 2a0f0573db
commit d5dc4935a5

@ -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

Loading…
Cancel
Save