VirtualBox

Changeset 96953 in vbox for trunk


Ignore:
Timestamp:
Sep 30, 2022 11:34:04 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153865
Message:

VMM: Treat assembler warnings as errors so we don't accidentally end up with incorrect call targets in IEMAllAImpl.asm. See r153864. bugref:9898

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r96407 r96953  
    9898        $(VBoxVMM_0_OUTDIR)/CommonGenIncs
    9999VBoxVMM_ASINCS   = .
     100VBoxVMM_ASFLAGS.amd64  = -Werror
     101VBoxVMM_ASFLAGS.x86    = -Werror
    100102
    101103VBoxVMM_SOURCES  = \
     
    481483 endif
    482484
     485 VMMR0_ASFLAGS.amd64 := -Werror
     486 VMMR0_ASFLAGS.x86   := -Werror
     487
    483488 VMMR0_SDKS      = VBOX_SOFTFLOATR0
    484489
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r96931 r96953  
    351351
    352352# This variant mainly for generating data.
    353 tstIEMAImplAsm_TEMPLATE  = VBOXR3TSTEXE
    354 tstIEMAImplAsm_SDKS      = VBOX_SOFTFLOAT
    355 tstIEMAImplAsm_DEFS      = $(VMM_COMMON_DEFS) IEM_WITH_ASSEMBLY IN_TSTVMSTRUCT TSTIEMAIMPL_WITH_GENERATOR
    356 tstIEMAImplAsm_INCS      = ../include .
    357 tstIEMAImplAsm_SOURCES   = \
     353tstIEMAImplAsm_TEMPLATE      := VBOXR3TSTEXE
     354tstIEMAImplAsm_SDKS          := VBOX_SOFTFLOAT
     355tstIEMAImplAsm_DEFS           = $(VMM_COMMON_DEFS) IEM_WITH_ASSEMBLY IN_TSTVMSTRUCT TSTIEMAIMPL_WITH_GENERATOR
     356tstIEMAImplAsm_ASFLAGS.amd64 := -Werror
     357tstIEMAImplAsm_ASFLAGS.x86   := -Werror
     358tstIEMAImplAsm_INCS          := ../include .
     359tstIEMAImplAsm_SOURCES        = \
    358360        tstIEMAImpl.cpp \
    359361        ../VMMAll/IEMAllAImpl.asm \
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