mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
introduce Frame::stackCall util
This commit is contained in:
@ -91,7 +91,8 @@ class Compiler {
|
||||
unsigned flags,
|
||||
TraceHandler* traceHandler,
|
||||
ir::Type resultType,
|
||||
unsigned argumentFootprint) = 0;
|
||||
unsigned argumentFootprint /*,
|
||||
util::Slice<ir::Value*> arguments*/) = 0;
|
||||
|
||||
virtual void return_(ir::Type type, ir::Value* value) = 0;
|
||||
virtual void return_() = 0;
|
||||
|
Reference in New Issue
Block a user