diff options
author | Allan Sandfeld Jensen <allan.jensen@digia.com> | 2013-10-17 14:00:45 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-10-17 14:06:23 +0200 |
commit | 3909ae8f4ee3f21045087865587947d6da510551 (patch) | |
tree | 4ad02d8fd1a6d730596586669029ff93c8e7b68f /Source | |
parent | 6d6a120fd6d80f8ebae638a118e0727a4b04253b (diff) | |
download | qtwebkit-3909ae8f4ee3f21045087865587947d6da510551.tar.gz |
Revert r152209
Revert another fixup patch for one of the commits we reverted in our branch.
Change-Id: I423969481d398df7f334ba4fbf2f2e466ff418fb
Reviewed-by: Julien Brianceau <jbriance@cisco.com>
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'Source')
-rw-r--r-- | Source/JavaScriptCore/llint/LowLevelInterpreter.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/llint/LowLevelInterpreter.asm b/Source/JavaScriptCore/llint/LowLevelInterpreter.asm index 85917a512..2b5a23c24 100644 --- a/Source/JavaScriptCore/llint/LowLevelInterpreter.asm +++ b/Source/JavaScriptCore/llint/LowLevelInterpreter.asm @@ -118,7 +118,7 @@ const FunctionCode = 2 const LLIntReturnPC = ArgumentCount + TagOffset # String flags. -const HashFlags8BitBuffer = 32 +const HashFlags8BitBuffer = 64 # Copied from PropertyOffset.h const firstOutOfLineOffset = 100 |