Ignore:
Timestamp:
Oct 14, 2012, 12:58:26 PM (13 years ago)
Author:
[email protected]
Message:

Fix the build of universal binary with ARMv7s of JavaScriptCore

  • llint/LLIntOfflineAsmConfig.h:
  • llint/LowLevelInterpreter.asm:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/llint/LowLevelInterpreter.asm

    r130826 r131269  
    2424# First come the common protocols that both interpreters use. Note that each
    2525# of these must have an ASSERT() in LLIntData.cpp
     26
     27# Work-around for the fact that the toolchain's awareness of armv7s results in
     28# a separate slab in the fat binary, yet the offlineasm doesn't know to expect
     29# it.
     30if ARMv7s
     31end
    2632
    2733# These declarations must match interpreter/JSStack.h.
     
    908914_llint_end:
    909915    crash()
     916
Note: See TracChangeset for help on using the changeset viewer.