commit | 43632b954abab0a7dcca3441a5e9239be98f6328 | [log] [tgz] |
---|---|---|
author | Karl Schimpf <kschimpf@google.com> | Mon Sep 21 15:32:30 2015 -0700 |
committer | Karl Schimpf <kschimpf@google.com> | Mon Sep 21 15:32:30 2015 -0700 |
tree | d59a2eb0cf10cf90689a5586867e13ede4f6eb87 | |
parent | 2f5534f1c523eb022880360864f60ce42fb30ee0 [diff] |
Check that element type correct in vector insert element. Fixes bug where pnacl-sz was not checking if the inserted type matched the element type of the corresponding vector. Also fixes operand look up (within a function) to error recover rather than always die with a fatal error. BUG= https://code.google.com/p/nativeclient/issues/detail?id=4313 R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1357273004 .