Compile fix
This commit is contained in:
@@ -71,7 +71,7 @@ class CFFIMacro {
|
||||
|
||||
switch (type.result.toString ()) {
|
||||
|
||||
case "Int", "Float":
|
||||
case "Int", "Float", "cpp.Float32", "cpp.Int16", "cpp.Int32", "cpp.Float64":
|
||||
|
||||
expr += "return 0";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user