Skip to content

Commit

Permalink
[CODEREVIEW]
Browse files Browse the repository at this point in the history
Co-authored-by: Hermès BÉLUSCA - MAÏTO <[email protected]>
  • Loading branch information
DarkFire01 and HBelusca authored Oct 11, 2023
1 parent e04cbd3 commit 19dc8b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion boot/freeldr/freeldr/arch/uefi/amd64/uefiasm.S
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ _exituefi:
push rdi
push rbx


/* Save the old stack */
mov rbx, rsp

Expand Down
1 change: 0 additions & 1 deletion boot/freeldr/freeldr/arch/uefi/i386/uefiasm.S
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ __exituefi:
pop esi
pop ebp


/* All done */
ret

Expand Down
2 changes: 1 addition & 1 deletion boot/freeldr/freeldr/arch/uefi/uefildr.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ VOID __cdecl Reboot(VOID)
WARN("Stopping freeloader something has gone wrong - Freezing");
for(;;)
{

NOTHING;
}
}
#endif

0 comments on commit 19dc8b8

Please sign in to comment.