commit | fc0a52df6a03ee82208c65ae5d33745baf7caa64 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Mon Sep 28 11:22:55 2015 -0700 |
committer | Karl Schimpf <kschimpf@google.com> | Mon Sep 28 11:22:55 2015 -0700 |
tree | 900d04fd98ecfb5683ed83f2a05db646ebb488ec | |
parent | e0b829f8d2ff3185a885349c37b50144c2191c9a [diff] |
Check that address is i32 for indirect calls. Fixes bug where code did not check that the address of an indirect call must be i32. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4321 R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1363983002 .