Skip to content

Commit

Permalink
Revert "Remove some jit remnants from our AIX assembly(!)"
Browse files Browse the repository at this point in the history
This reverts commit b79de3a.
  • Loading branch information
Reini Urban committed Jun 21, 2014
1 parent 9da27cc commit 7427521
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/platform/aix/asm.s
Expand Up @@ -39,3 +39,28 @@
st 3,68(SP)
cal SP,80(SP)
bcr BO_ALWAYS,CR0_LT

#
# see jit/ppc/asm.s

# .Parrot_ppc_jit_restore_nonvolatile_registers:
# .function .Parrot_ppc_jit_restore_nonvolatile_registers,.Parrot_ppc_jit_restore_nonvolatile_registers,2,0
# lfd 14,-84(SP)
# lfd 15,-92(SP)
# lfd 16,-100(SP)
# lfd 17,-108(SP)
# lfd 18,-116(SP)
# lfd 19,-124(SP)
# lfd 20,-132(SP)
# lfd 21,-140(SP)
# lfd 22,-148(SP)
# lfd 23,-156(SP)
# lfd 24,-164(SP)
# lfd 25,-172(SP)
# lfd 26,-180(SP)
# lfd 27,-188(SP)
# lfd 28,-196(SP)
# lfd 29,-204(SP)
# lfd 30,-212(SP)
# lfd 31,-220(SP)
# bcr BO_ALWAYS,CR0_LT

0 comments on commit 7427521

Please sign in to comment.