Skip to content

Commit

Permalink
Update smalltalksrc/VMMaker/StackToRegisterMappingCogit.class.st
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Apr 4, 2024
1 parent 4f47edb commit 3db2b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smalltalksrc/VMMaker/StackToRegisterMappingCogit.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ StackToRegisterMappingCogit >> compileCogMethod: selector [
{ #category : #'compile abstract instructions' }
StackToRegisterMappingCogit >> compileEntireFullBlockMethod: numCopied [

"Initialize regArgsHaveBeenPushed so each compilation is clean"
regArgsHaveBeenPushed := false.
^ super compileEntireFullBlockMethod: numCopied
]
Expand Down

0 comments on commit 3db2b04

Please sign in to comment.