[Openmcl-cvs-notifications] Commit: ccl/compiler/X86
gb@clozure.com
gb at clozure.com
Fri Mar 17 22:59:33 MST 2006
Affected files with versions:
x86-lap.lisp,1.27
-----------------------------------
Details:
Update of /usr/local/tmpcvs/openmcl-dev/ccl/compiler/X86
In directory clozure.com:/tmp/cvs-serv14296/compiler/X86
Modified Files:
x86-lap.lisp
Log Message:
Change the sign of TRA displacements, to match what the compiler expects
and what some other things do.
When checking to see if an ASSUMED-SHORT[-CONDITIONAL]-BRANCH can use
a 1-byte branch displacement, get the sign of that displacment right.
(Doing it the wrong way was encoding a forward branch to a label
128 bytes away in one byte, which made it a backward branch 128 bytes
away ...)
More information about the Openmcl-cvs-notifications
mailing list