Remove extra stack items in launch_fxf_from_disk
This commit is contained in:
parent
b3d9a4a6eb
commit
e2d824fc1b
|
@ -131,6 +131,12 @@ launch_fxf_from_disk_allocate_error:
|
||||||
mov r5, 336
|
mov r5, 336
|
||||||
call new_messagebox
|
call new_messagebox
|
||||||
launch_fxf_from_disk_file_error:
|
launch_fxf_from_disk_file_error:
|
||||||
|
pop r6 ; remove extra copies of arguments from stack
|
||||||
|
pop r5
|
||||||
|
pop r4
|
||||||
|
pop r3
|
||||||
|
pop r2
|
||||||
|
|
||||||
pop r6
|
pop r6
|
||||||
pop r5
|
pop r5
|
||||||
pop r4
|
pop r4
|
||||||
|
|
Loading…
Reference in New Issue
Block a user