Skip to content

Commit

Permalink
POWER: make parameter registers allocatable
Browse files Browse the repository at this point in the history
  • Loading branch information
janvrany committed May 24, 2024
1 parent 3f5d5e7 commit ba6bfc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tinyrossa-POWER/TRPPC64PSABILinkage.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ TRPPC64PSABILinkage class >> initialize [

{ #category : #accessing }
TRPPC64PSABILinkage >> allocatableRegisters [
^ self preservedRegisters reversed
^ self preservedRegisters reversed , self parameterRegisters reversed
]

{ #category : #'code generation' }
Expand Down

0 comments on commit ba6bfc2

Please sign in to comment.