VirtualBox

Changeset 18422 in vbox for trunk/src/VBox/Disassembler


Ignore:
Timestamp:
Mar 28, 2009 12:04:43 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45229
Message:

Makefiles,DIS: Cleanup of C++ exception options for the windows compilers. Also enabled read-only string pooling (-GF- isn't a documented option, -GF and -Gf are).

Location:
trunk/src/VBox/Disassembler
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmInternal.h

    r13832 r18422  
    8686extern PFNDISPARSE  pfnCalcSize[IDX_ParseMax];
    8787
    88 
    89 __BEGIN_DECLS
    9088
    9189unsigned ParseInstruction(RTUINTPTR pu8CodeBlock, PCOPCODE pOp, PDISCPUSTATE pCpu);
     
    178176size_t disFormatBytes(PCDISCPUSTATE pCpu, char *pszDst, size_t cchDst, uint32_t fFlags);
    179177
    180 __END_DECLS
    181 
    182178#endif /* !___DisasmInternal_h___ */
    183179
  • trunk/src/VBox/Disassembler/Makefile.kmk

    r12989 r18422  
    3232DisasmR3_TEMPLATE       = VBOXR3
    3333DisasmR3_DEFS           = IN_DIS
    34 ifeq ($(KBUILD_TARGET),win)
    35 DisasmR3_CXXFLAGS      += -EHa
    36 else ifneq ($(KBUILD_TARGET),l4)
    37 DisasmR3_CXXFLAGS      += -fexceptions
    38 endif
    3934DisasmR3_SOURCES        = \
    4035        Disasm.cpp \
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette