Skip to content

Commit

Permalink
Fixing tests for memory map
Browse files Browse the repository at this point in the history
  • Loading branch information
tesonep committed Mar 31, 2022
1 parent 0c51221 commit 996ab07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ VMSimpleStackBasedCogitAbstractTest >> initializeInitialStackFrame [

"I will create the initial stack with a well-known caller address so we know if the code comes back
correctly. The address should be in a valid space of the memory if not unicorn complains.
So we just put it in the start of the stack"
callerAddress := stackMemoryStartAddress.
So we just put it in C RumpStack"
callerAddress := interpreter rumpCStackAddress.
self createFramelessCallFrom: callerAddress receiver: memory nilObject arguments: #().


Expand Down

0 comments on commit 996ab07

Please sign in to comment.