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 ce00dc7 commit 0bcfd0fCopy full SHA for 0bcfd0f
1 file changed
vlib/v/gen/c/cheaders.v
@@ -127,11 +127,12 @@ static char __CLOSURE_GET_DATA_BYTES[] = {
127
static char __closure_thunk[] = {
128
0x97, 0xCF, 0xFF, 0xFF, // auipc t6, 0xffffc
129
0x03, 0xBF, 0x8F, 0x00, // ld t5, 8(t6)
130
- 0x67, 0x00, 0x0F, 0x00 // jr t5
+ 0x07, 0xB3, 0x0F, 0x00, // fld ft6, 0(t6)
131
+ 0x67, 0x00, 0x0F, 0x00, // jr t5
132
};
133
static char __CLOSURE_GET_DATA_BYTES[] = {
- 0x03, 0xb5, 0x0f, 0x00, // ld a0, 0(t6)
134
- 0x67, 0x80, 0x00, 0x00 // ret
+ 0x53, 0x05, 0x03, 0xE2, // fmv.x.d a0, ft6
135
+ 0x67, 0x80, 0x00, 0x00, // ret
136
137
#elif defined (__V_rv32)
138
0 commit comments