mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
reduce vm::Zone interface
This commit is contained in:
@ -52,7 +52,7 @@ class Asm {
|
||||
Assembler* a;
|
||||
|
||||
Asm(BasicEnv& env)
|
||||
: zone(env.s, env.heap, 8192), a(env.arch->makeAssembler(env.heap, &zone))
|
||||
: zone(env.heap, 8192), a(env.arch->makeAssembler(env.heap, &zone))
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user