]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
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)
commit3917149d96cfa5f619de770af6059f37b6e1df77
tree5ab453462b2547211575129d051bd14ddc422396
parentbccd9ec5f098668576342c83d90d6d6833d61d33
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