Apply review suggestion

Co-authored-by: nlewycky <nick@wasmer.io>
This commit is contained in:
Heyang Zhou 2020-05-12 03:23:50 +08:00 committed by GitHub
parent eeb608ced7
commit fd63ee91f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
;; https://github.com/wasmerio/wasmer/pull/1436
;; https://github.com/wasmerio/wasmer/issues/1429
;;
;; When doing an I64ExtendI32U or other integer extension operations, the
;; upper bits in the underlying storage must be cleared.