summaryrefslogtreecommitdiff
path: root/src/boot/stage2_check_magic.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/stage2_check_magic.asm')
-rw-r--r--src/boot/stage2_check_magic.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/boot/stage2_check_magic.asm b/src/boot/stage2_check_magic.asm
index 7339a89..479da26 100644
--- a/src/boot/stage2_check_magic.asm
+++ b/src/boot/stage2_check_magic.asm
@@ -20,7 +20,6 @@ check_magic:
.ok:
mov si, MAGIC_OK_MSG
call pm_print_string
- mov edx, esi
call pm_print_hex
call pm_print_newline
xor eax, eax
@@ -28,7 +27,6 @@ check_magic:
.mismatch:
mov si, MAGIC_NOT_OK_MSG
call pm_print_string
- mov edx, esi
call pm_print_hex
call pm_print_newline
xor eax, eax