mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
fix amd64 regression in PushEvent::skipMove
This commit is contained in:
parent
c96f44d77d
commit
22382a5c8b
@ -994,7 +994,7 @@ class PushEvent: public Event {
|
||||
}
|
||||
|
||||
virtual bool skipMove(unsigned size) {
|
||||
return active and size >= 4;
|
||||
return active and size >= BytesPerWord;
|
||||
}
|
||||
|
||||
Stack* s;
|
||||
|
Loading…
Reference in New Issue
Block a user