forked from Imagelibrary/rtems
Patch from Emmanuel Raguet <raguet@crf.canon.fr> which corrects the following
problems: - unclosed comment in pc386/start/start16.S - bad #endif in pc386/startup/ldseg.S
This commit is contained in:
@@ -141,15 +141,15 @@ _start16:
|
||||
delay:
|
||||
_delay:
|
||||
/*
|
||||
outb %al, $0xED # about 1uS delay on most machines
|
||||
outb %al, $0x80 # about 1uS delay on most machines
|
||||
*/
|
||||
/*
|
||||
|
||||
/*
|
||||
movl $0x200, %eax
|
||||
delay1:
|
||||
dec %eax
|
||||
jnz delay1
|
||||
ret
|
||||
*/
|
||||
ret
|
||||
|
||||
/*----------------------------------------------------------------------------+
|
||||
| empty_8042
|
||||
|
||||
@@ -78,8 +78,8 @@ _delay:
|
||||
delay1:
|
||||
dec eax
|
||||
jnz delay1
|
||||
ret
|
||||
#endif
|
||||
ret
|
||||
|
||||
/*-------------------------------------------------------------------------+
|
||||
| Function: _load_segments
|
||||
|
||||
Reference in New Issue
Block a user