mirror of
https://github.com/corda/corda.git
synced 2025-06-12 20:28:18 +00:00
break Architecture out of Assembler
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
#include "target.h"
|
||||
|
||||
#include <avian/vm/codegen/assembler.h>
|
||||
#include <avian/vm/codegen/architecture.h>
|
||||
#include <avian/vm/codegen/targets.h>
|
||||
#include <avian/vm/codegen/lir.h>
|
||||
|
||||
@ -29,7 +30,7 @@ class BasicEnv {
|
||||
public:
|
||||
System* s;
|
||||
Heap* heap;
|
||||
Assembler::Architecture* arch;
|
||||
Architecture* arch;
|
||||
|
||||
BasicEnv():
|
||||
s(makeSystem(0)),
|
||||
|
Reference in New Issue
Block a user