Skip to content

Conversation

@adri09070
Copy link
Collaborator

@adri09070 adri09070 commented Jul 5, 2022

Fixes #34.

When a message send was skipped, it used increment the pc of one byte.

However, some message send bytecodes are made up of 2 bytes, so skipping 1 byte is arbitrar.

So, I fixed it so that it skips the exact number of bytes contained in the bytecode.

#33 needs to be merged first.

@StevenCostiou StevenCostiou merged commit 274f823 into pharo-spec:master Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When we skip a message, it only skips one bytes but certain bytecodes are made up of more than one byte

2 participants