Changeset 76397 in vbox for trunk/src/recompiler
- Timestamp:
- Dec 23, 2018 2:32:01 PM (6 years ago)
- Location:
- trunk/src/recompiler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/exec.c
r69465 r76397 49 49 # include <iprt/param.h> 50 50 # include <VBox/vmm/pgm.h> /* PGM_DYNAMIC_RAM_ALLOC */ 51 # include <VBox/err.h> 51 52 #endif /* VBOX */ 52 53 -
trunk/src/recompiler/target-i386/op_helper.c
r69465 r76397 36 36 # include <math.h> 37 37 # include "tcg.h" 38 # include <VBox/err.h> 38 39 #endif /* VBOX */ 39 40
Note:
See TracChangeset
for help on using the changeset viewer.