Skip to content

Commit e9afc49

Browse files
committed
Fix check_all_arches build
1 parent 0b9b32a commit e9afc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asmcomp/s390x/emit.mlp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ let emit_stack r =
105105
| Stack (Domainstate n) ->
106106
let ofs = n + Domainstate.(idx_of_field Domain_extra_params) * 8 in
107107
`{emit_int ofs}(%r10)`
108-
Stack s ->
108+
| Stack s ->
109109
let ofs = slot_offset s (register_class r) in
110110
`{emit_int ofs}(%r15)`
111111
| _ -> fatal_error "Emit.emit_stack"

0 commit comments

Comments
 (0)