mirror of https://github.com/aamine/cbc
r5053@macbookpro: aamine | 2009-06-08 05:39:37 +0900
spacing change only git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4283 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
parent
6ba72a960e
commit
592bff7634
|
|
@ -531,8 +531,7 @@ public class CodeGenerator implements net.loveruby.cflat.sysdep.CodeGenerator,
|
|||
AssemblyFile body, StackFrameInfo frame) {
|
||||
file.virtualStack.reset();
|
||||
prologue(file, frame.saveRegs, frame.frameSize());
|
||||
if (options.isPositionIndependent()
|
||||
&& body.doesUses(GOTBaseReg())) {
|
||||
if (options.isPositionIndependent() && body.doesUses(GOTBaseReg())) {
|
||||
loadGOTBaseAddress(file, GOTBaseReg());
|
||||
}
|
||||
file.addAll(body.assemblies());
|
||||
|
|
|
|||
Loading…
Reference in New Issue