1 2 3 4 5 6 7 8 9 10 11 |
diff --git a/vm/builtin/machine_method.cpp b/vm/builtin/machine_method.cpp index 92893d7..e1e8541 100644 @@ -98,6 +98,7 @@ namespace rubinius { return ((Runner)func)(state, vmm, call_frame); #else Assertion::raise("Only supported on x86"); + return Qfalse; #endif } |

