On 1/20/24 00:39, Anton Johansson wrote:
--- a/include/exec/cpu-common.h
+++ b/include/exec/cpu-common.h
@@ -14,18 +14,6 @@
  #define EXCP_YIELD      0x10004 /* cpu wants to yield timeslice to another */
  #define EXCP_ATOMIC     0x10005 /* stop-the-world and emulate atomic */
-/**
- * vaddr:
- * Type wide enough to contain any #target_ulong virtual address.
- */
-typedef uint64_t vaddr;
-#define VADDR_PRId PRId64
-#define VADDR_PRIu PRIu64
-#define VADDR_PRIo PRIo64
-#define VADDR_PRIx PRIx64
-#define VADDR_PRIX PRIX64
-#define VADDR_MAX UINT64_MAX
-
  /**
   * Variable page size macros
   *

This patch does not compile standalone, because the new header isn't included 
here.


r~

Reply via email to