Skip to content

Instantly share code, notes, and snippets.

@torarnv
Created September 12, 2012 14:33
Show Gist options
  • Save torarnv/3707018 to your computer and use it in GitHub Desktop.
Save torarnv/3707018 to your computer and use it in GitHub Desktop.
Compiling /Users/torarne/dev/webkit/wip/Source/JavaScriptCore/profiler/ProfileGenerator.cpp
In file included from /Users/torarne/dev/webkit/wip/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:465:
generated/LLIntAssembly.h:15:13: error: expected ')'
"\tjs " LOCAL_LABEL_STRING(_offlineasm_prologue__continue) "\n"
^
generated/LLIntAssembly.h:3:1: note: to match this '('
OFFLINE_ASM_BEGIN
^
/Users/torarne/dev/webkit/wip/Source/JavaScriptCore/llint/LowLevelInterpreter.cpp:441:33: note: expanded from macro 'OFFLINE_ASM_BEGIN'
#define OFFLINE_ASM_BEGIN asm (
^
1 error generated.
make[4]: *** [obj/debug/llint/LowLevelInterpreter.o] Error 1
@artcodex
Copy link

Wondering if this issue was ever solved? facing this now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment