M68K: drop the custom C arch_cpu_user_mem*() for the default impl

I didn't notice there was a C++ version that didn't require writing asm.

I'll have to write them anyway for speed someday.
This commit is contained in:
François Revol
2016-07-20 21:57:19 +02:00
parent 169349c98f
commit 02283e080c
2 changed files with 2 additions and 89 deletions
@@ -13,6 +13,8 @@
#ifdef __x86_64__
# include <arch/generic/user_memory.h>
#elif defined(__M68K__)
# include <arch/generic/user_memory.h>
#else
extern "C" {