We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9b32a commit e9afc49Copy full SHA for e9afc49
1 file changed
asmcomp/s390x/emit.mlp
@@ -105,7 +105,7 @@ let emit_stack r =
105
| Stack (Domainstate n) ->
106
let ofs = n + Domainstate.(idx_of_field Domain_extra_params) * 8 in
107
`{emit_int ofs}(%r10)`
108
- Stack s ->
+ | Stack s ->
109
let ofs = slot_offset s (register_class r) in
110
`{emit_int ofs}(%r15)`
111
| _ -> fatal_error "Emit.emit_stack"
0 commit comments