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 7c6dba3 commit f68fa5fCopy full SHA for f68fa5f
1 file changed
vlib/builtin/closure/closure.c.v
@@ -82,6 +82,7 @@ pub const closure_thunk = $if amd64 {
82
0xf8, 0xbf, 0xce, 0x39, // addi %r14, %r14, -16392
83
0x00, 0x00, 0xce, 0xc9, // lfd %f14, 0(%r14)
84
0x08, 0x00, 0xce, 0xe9, // ld %r14, 8(%r14)
85
+ 0x78, 0x73, 0xcc, 0x7d, // mr %r12, %r14
86
0xa6, 0x03, 0x08, 0x7c, // mtlr %r0
87
0xa6, 0x03, 0xc9, 0x7d, // mtctr %r14
88
0x20, 0x04, 0x80, 0x4e, // bctr
0 commit comments