Changeset 18422 in vbox for trunk/src/VBox/Disassembler
- Timestamp:
- Mar 28, 2009 12:04:43 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45229
- Location:
- trunk/src/VBox/Disassembler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmInternal.h
r13832 r18422 86 86 extern PFNDISPARSE pfnCalcSize[IDX_ParseMax]; 87 87 88 89 __BEGIN_DECLS90 88 91 89 unsigned ParseInstruction(RTUINTPTR pu8CodeBlock, PCOPCODE pOp, PDISCPUSTATE pCpu); … … 178 176 size_t disFormatBytes(PCDISCPUSTATE pCpu, char *pszDst, size_t cchDst, uint32_t fFlags); 179 177 180 __END_DECLS181 182 178 #endif /* !___DisasmInternal_h___ */ 183 179 -
trunk/src/VBox/Disassembler/Makefile.kmk
r12989 r18422 32 32 DisasmR3_TEMPLATE = VBOXR3 33 33 DisasmR3_DEFS = IN_DIS 34 ifeq ($(KBUILD_TARGET),win)35 DisasmR3_CXXFLAGS += -EHa36 else ifneq ($(KBUILD_TARGET),l4)37 DisasmR3_CXXFLAGS += -fexceptions38 endif39 34 DisasmR3_SOURCES = \ 40 35 Disasm.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.