aboutsummaryrefslogtreecommitdiffstats
path: root/vm_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_exec.h')
-rw-r--r--vm_exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_exec.h b/vm_exec.h
index 7128113f15..2b5f7a9473 100644
--- a/vm_exec.h
+++ b/vm_exec.h
@@ -161,7 +161,7 @@ default: \
#if OPT_CALL_THREADED_CODE
#define THROW_EXCEPTION(exc) do { \
- th->errinfo = (VALUE)(exc); \
+ th->ec.errinfo = (VALUE)(exc); \
return 0; \
} while (0)
#else