Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 23bb3b915c5c7a389ce184e76a989bba94a2495a..bb518e3652f8f2bff9552741f23c9c64e0e0b1a6 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -870,6 +870,7 @@ namespace internal { |
F(SetAllocationTimeout, -1 /* 2 || 3 */, 1) \ |
F(DebugPrint, 1, 1) \ |
F(DebugTrace, 0, 1) \ |
+ F(GetExceptionDetails, 1, 1) \ |
F(GlobalPrint, 1, 1) \ |
F(SystemBreak, 0, 1) \ |
F(SetFlags, 1, 1) \ |