mirror of
https://github.com/corda/corda.git
synced 2025-06-19 23:53:52 +00:00
move CallEvent out of compiler.cpp
This commit is contained in:
@ -109,6 +109,12 @@ void SiteIterator::remove(Context* c) {
|
||||
|
||||
|
||||
|
||||
unsigned Site::registerSize(Context*) {
|
||||
return vm::TargetBytesPerWord;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Site* constantSite(Context* c, Promise* value) {
|
||||
return new(c->zone) ConstantSite(value);
|
||||
}
|
||||
|
Reference in New Issue
Block a user