mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
[test commit] Minor comment change.
Testing commit access credentials. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187032 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b7f27824fb
commit
959d2f70fb
@ -218,9 +218,9 @@ void *MipsJITInfo::emitFunctionStub(const Function *F, void *Fn,
|
||||
Hi++;
|
||||
int Lo = (int)(EmittedAddr & 0xffff);
|
||||
|
||||
// lui t9, %hi(EmittedAddr)
|
||||
// addiu t9, t9, %lo(EmittedAddr)
|
||||
// jalr t8, t9
|
||||
// lui $t9, %hi(EmittedAddr)
|
||||
// addiu $t9, $t9, %lo(EmittedAddr)
|
||||
// jalr $t8, $t9
|
||||
// nop
|
||||
if (IsLittleEndian) {
|
||||
JCE.emitWordLE(0xf << 26 | 25 << 16 | Hi);
|
||||
|
Loading…
x
Reference in New Issue
Block a user