Move GETPC from dyngen-exec.h to exec-all.h
authorBlue Swirl <blauwirbel@gmail.com>
Wed, 21 Sep 2011 18:13:16 +0000 (18:13 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 1 Oct 2011 09:31:43 +0000 (09:31 +0000)
commit49b2c2545688614c7c146567e2200c935b338423
tree5ab453462b2547211575129d051bd14ddc422396
parent0527fcaabef6b0c1d5e2d3deb97ae11e5d243646
Move GETPC from dyngen-exec.h to exec-all.h

GETPC() can be used even from outside of helper code. Move the macro to
a more accessible location. Avoid a compile warning from redefining it in exec.c.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
dyngen-exec.h
exec-all.h
exec.c