forked from Imagelibrary/rtems
2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootloader/em86real.S: Fix syntax error in comment near line 1185.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* bootloader/em86real.S: Fix syntax error in comment near line 1185.
|
||||
|
||||
2001-05-14 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* bootloader/misc.c, console/Makefile.am, console/console.c,
|
||||
|
||||
@@ -1182,7 +1182,7 @@ _eval_above: andis. r3,flags,ZF_IN_CR>>16
|
||||
_eval_signed: andis. r3,flags,SF_IN_CR>>16
|
||||
mflr r0
|
||||
beql+ _eval_sf_zf
|
||||
# SF_IN_CR and ZF_IN_CR are set, SIGNED_IN_CR is clear
|
||||
/* SF_IN_CR and ZF_IN_CR are set, SIGNED_IN_CR is clear */
|
||||
rlwinm. r3,flags,5,0,1
|
||||
xoris flags,flags,(SIGNED_IN_CR|SF_IN_CR)>>16
|
||||
bngl+ _eval_of
|
||||
|
||||
Reference in New Issue
Block a user