summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorMatt Valentine-House <matt@eightbitraptor.com>2023-03-07 18:41:04 +0000
committerMatt Valentine-House <matt@eightbitraptor.com>2023-03-15 21:26:26 +0000
commit60b8c7d9fd2e2cb82dae7189a66335b3bec9005f (patch)
treeb582f3036e3e0f0bae68ff857b42837b5bac21a1 /vm_core.h
parent5791aa6263f730e3b2c8d4a4fb7a054539cf6135 (diff)
downloadruby-60b8c7d9fd2e2cb82dae7189a66335b3bec9005f.tar.gz
Rename RB_GC_SAVE_MACHINE_CONTEXT -> RB_VM_SAVE_MACHINE_CONTEXT
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index e44a3936af..2ec52fa1b0 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -1819,7 +1819,7 @@ RUBY_EXTERN unsigned int ruby_vm_event_local_num;
#define GET_THREAD() rb_current_thread()
#define GET_EC() rb_current_execution_context(true)
-#define RB_GC_SAVE_MACHINE_CONTEXT(th) \
+#define RB_VM_SAVE_MACHINE_CONTEXT(th) \
do { \
FLUSH_REGISTER_WINDOWS; \
setjmp((th)->ec->machine.regs); \