mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
added immediate to bkpt instruction
This commit is contained in:
parent
b96fc05a61
commit
2d20173224
@ -1931,7 +1931,7 @@ return_(Context* c)
|
||||
void
|
||||
trap(Context* c)
|
||||
{
|
||||
emit(c, bkpt());
|
||||
emit(c, bkpt(0));
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user