mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-09-16 06:17:11 +00:00
cpu_ldst: Remove unused macros
This commit is contained in:
parent
ff9c67b8f0
commit
0379335677
|
@ -110,15 +110,6 @@
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
/* XXX: find something cleaner.
|
|
||||||
* Furthermore, this is false for 64 bits targets
|
|
||||||
*/
|
|
||||||
#define ldul_user ldl_user
|
|
||||||
#define ldul_kernel ldl_kernel
|
|
||||||
#define ldul_hypv ldl_hypv
|
|
||||||
#define ldul_executive ldl_executive
|
|
||||||
#define ldul_supervisor ldl_supervisor
|
|
||||||
|
|
||||||
/* The memory helpers for tcg-generated code need tcg_target_long etc. */
|
/* The memory helpers for tcg-generated code need tcg_target_long etc. */
|
||||||
#include "tcg.h"
|
#include "tcg.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue