We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f5a22 commit e668db3Copy full SHA for e668db3
ocaml/runtime/caml/stack.h
@@ -47,6 +47,7 @@
47
/* Size of the gc_regs structure, in words.
48
See amd64.S and amd64/proc.ml for the indices */
49
#define Wosize_gc_regs (13 /* int regs */ + 16 /* float regs */)
50
+/* CR ocaml 5 runtime (mshinwell): does Wosize_gc_regs need updating for SIMD? */
51
#define Saved_return_address(sp) *((intnat *)((sp) - 8))
52
#ifdef WITH_FRAME_POINTERS
53
#define Pop_frame_pointer(sp) (sp) += sizeof(value)
0 commit comments