Fix a verifier test failure.
This test was accidentally relying on the bug that #485 fixed.
This commit is contained in:
@@ -29,7 +29,7 @@ ebb0(v0: i64):
|
|||||||
function %heap_bound_type(i64 vmctx) {
|
function %heap_bound_type(i64 vmctx) {
|
||||||
gv0 = vmctx+0
|
gv0 = vmctx+0
|
||||||
gv1 = deref(gv0): i16
|
gv1 = deref(gv0): i16
|
||||||
heap0 = dynamic gv1, bound gv1, guard 0x1000, index_type i32 ; error: heap index type i32 differs from the type of its bound, i16
|
heap0 = dynamic gv0, bound gv1, guard 0x1000, index_type i32 ; error: heap index type i32 differs from the type of its bound, i16
|
||||||
|
|
||||||
ebb0(v0: i64):
|
ebb0(v0: i64):
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user