Skip to content

Fix repeat operation caused by memory store

Maximilian Schiller requested to merge work/mschiller/fix-memory-repeat into master

In order to do the store memory operation the stack has to be evaluated by a EnterEqual() operation which would cause a repeat of the last operation.

This introduces a argument to inhibit this behavior in undesireable places.

BUG: 431331

Merge request reports

Loading