a5: whups, falsche Referenz
This commit is contained in:
parent
69a5b559cd
commit
155d9a5f07
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
section .text
|
section .text
|
||||||
|
|
||||||
global _addsub
|
global addsub
|
||||||
|
|
||||||
_addsub:
|
addsub:
|
||||||
push ebp
|
push ebp
|
||||||
mov ebp, esp
|
mov ebp, esp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue