]> git.ipfire.org Git - thirdparty/qemu.git/commit - Makefile.target
target-alpha: Move memory helpers to mem_helper.c.
authorRichard Henderson <rth@twiddle.net>
Sat, 24 Mar 2012 16:51:13 +0000 (09:51 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 24 Mar 2012 17:07:32 +0000 (17:07 +0000)
commitc30827555d5305d42f7b164dc69a381c4882e77a
tree89c036e373b12e908e81cfe148eafd074109f848
parent69163fbb0c4d7d3c270bd79d14d6ac076143975e
target-alpha: Move memory helpers to mem_helper.c.

This completes the transition away from AREG0.  This patch must
be last because it requires CONFIG_TCG_PASS_AREG0 set too.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Makefile.target
configure
target-alpha/helper.h
target-alpha/mem_helper.c [moved from target-alpha/op_helper.c with 71% similarity]
target-alpha/translate.c