Skip to content

Commit

Permalink
int23: retfl --> lretl
Browse files Browse the repository at this point in the history
Seems portable to clang.
  • Loading branch information
stsp committed Jun 13, 2024
1 parent 5578656 commit d7e7757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/int23.S
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _my_int23_handler:
1:
popa
stc
retfl
lretl

#ifdef __ELF__
.section .note.GNU-stack,"",%progbits
Expand Down

0 comments on commit d7e7757

Please sign in to comment.