mirror of
https://github.com/corda/corda.git
synced 2025-06-06 09:21:47 +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) {
|
virtual bool skipMove(unsigned size) {
|
||||||
return active and size >= 4;
|
return active and size >= BytesPerWord;
|
||||||
}
|
}
|
||||||
|
|
||||||
Stack* s;
|
Stack* s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user