Closed Bug 726794 Opened 12 years ago Closed 12 years ago

Nonexistent macro WTF_PLATFORM_LINUX used in MacroAssemblerARM.cpp instead of WTF_OS_LINUX

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla14

People

(Reporter: philip, Assigned: dmandelin)

Details

Attachments

(1 file)

Bug 625600 renamed WTF_PLATFORM_LINUX to WTF_OS_LINUX, but js/src/assembler/assembler/MacroAssemblerARM.cpp still uses WTF_PLATFORM_LINUX in isVFPPresent() for checking /proc/self/auxv, so that code will never get built.

js/src/assembler/wtf/Assertions.h also seems to use some macros that were renamed (WTF_PLATFORM_SYMBIAN, WTF_PLATFORM_WIN_OS) but I have no idea whether that matters at all.
Attached patch PatchSplinter Review
Thanks for the catch.
Assignee: general → dmandelin
Attachment #606700 - Flags: review?(dvander)
Attachment #606700 - Flags: review?(dvander) → review+
Wow, fast review! :-D I'm running it on try for build bustage paranoia.
https://hg.mozilla.org/mozilla-central/rev/7a7f8fbd62d8
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: