mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-26 07:15:03 +02:00
Fix typo
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@847 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
0897ba9b38
commit
00e9730e32
@ -242,7 +242,7 @@ MEMSET:
|
|||||||
|
|
||||||
;*****
|
;*****
|
||||||
pascal_return:
|
pascal_return:
|
||||||
lds di, [bp] ; return address in es, saved bp in di
|
lds di, [bp] ; return address in ds, saved bp in di
|
||||||
mov bh, 0
|
mov bh, 0
|
||||||
add bp, bx ; point bp to "as if there were 0 args"
|
add bp, bx ; point bp to "as if there were 0 args"
|
||||||
mov [bp+2], ds ; put return address at first arg
|
mov [bp+2], ds ; put return address at first arg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user