mirror of
https://github.com/corda/corda.git
synced 2025-06-19 07:38:22 +00:00
added immediate to bkpt instruction
This commit is contained in:
@ -1931,7 +1931,7 @@ return_(Context* c)
|
||||
void
|
||||
trap(Context* c)
|
||||
{
|
||||
emit(c, bkpt());
|
||||
emit(c, bkpt(0));
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user