x86: split off memory access helpers
authorBlue Swirl <blauwirbel@gmail.com>
Sun, 29 Apr 2012 16:39:13 +0000 (16:39 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Thu, 28 Jun 2012 20:28:09 +0000 (20:28 +0000)
commit10774999ca6336cf82327fc91001e444003e9d04
treee6ade12951169f99eb852386e6cd51aaab44c4a9
parentf7b2429f5233d2ed8e4667edcbf97f2cae1cb40c
x86: split off memory access helpers

Move memory access helpers to mem_helper.c.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-i386/Makefile.objs
target-i386/mem_helper.c [new file with mode: 0644]
target-i386/op_helper.c