mirror of https://github.com/FDOS/kernel.git
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:
|
||||
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
|
||||
add bp, bx ; point bp to "as if there were 0 args"
|
||||
mov [bp+2], ds ; put return address at first arg
|
||||
|
|
Loading…
Reference in New Issue