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:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user