mirror of
https://github.com/corda/corda.git
synced 2025-06-13 04:38:19 +00:00
pair up stack for NativeCallingConvention
This commit is contained in:
@ -115,6 +115,8 @@ class Types {
|
||||
|
||||
enum SignExtendMode { SignExtend, ZeroExtend };
|
||||
|
||||
enum CallingConvention { NativeCallingConvention, AvianCallingConvention };
|
||||
|
||||
class Value {
|
||||
public:
|
||||
ir::Type type;
|
||||
|
Reference in New Issue
Block a user