Skip to content

Commit eccfa0a

Browse files
author
Josh Lospinoso
committed
Improving comment
1 parent c60d82c commit eccfa0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.nasm

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ ENDSTRUC
2323
mov ebx, [esp+4] ; Configuration in ebx now
2424
lea esp, [ebx + Configuration.trampoline - 4] ; Bottom of "stack"
2525
mov ebp, esp
26-
mov edx, [ebx + Configuration.initialized]
2726

2827
; If we're initialized, skip to trampoline fixup
28+
mov edx, [ebx + Configuration.initialized]
2929
cmp edx, 0
3030
jne reset_trampoline
3131

0 commit comments

Comments
 (0)