diff options
Diffstat (limited to 'memdisk/init.S16')
-rw-r--r-- | memdisk/init.S16 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/memdisk/init.S16 b/memdisk/init.S16 index 0231d8f7..465d63bf 100644 --- a/memdisk/init.S16 +++ b/memdisk/init.S16 @@ -127,7 +127,7 @@ start: main: sti - call setup # Call the C code + calll setup # Call the C code # The setup function returns the drive number, # which should be returned in %dl movw %ax,%dx |