pass env to raise_exception if called outside of op_helper code
authorIgor V. Kovalenko <igor.v.kovalenko@gmail.com>
Sun, 3 Jan 2010 12:09:27 +0000 (15:09 +0300)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Jan 2010 12:19:20 +0000 (12:19 +0000)
commit104b955519710e93f473a4f9aec8d69719d00b8e
tree911765f4f97c646bf0784122dc9caf39e98603c5
parentb2bb83cdd726f60c68db8e2992083a7c365ba9bb
pass env to raise_exception if called outside of op_helper code

- this fixes stepping with gdb, where do_unassigned_access
  may be called from gdb handler, outside of generated code

Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/op_helper.c