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:
Joel Sherrill
2002-07-25 13:51:22 +00:00
parent caee5a788f
commit c654ac531a
2 changed files with 5 additions and 1 deletions

View File

@@ -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,

View File

@@ -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