Title: [154170] trunk/Source/_javascript_Core
- Revision
- 154170
- Author
- [email protected]
- Date
- 2013-08-16 02:25:50 -0700 (Fri, 16 Aug 2013)
Log Message
<https://webkit.org/b/119879> Fix sh4 build after r154156.
Patch by Julien Brianceau <[email protected]> on 2013-08-16
Reviewed by Allan Sandfeld Jensen.
Fix typo in JITStubsSH4.h file.
* jit/JITStubsSH4.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (154169 => 154170)
--- trunk/Source/_javascript_Core/ChangeLog 2013-08-16 09:07:06 UTC (rev 154169)
+++ trunk/Source/_javascript_Core/ChangeLog 2013-08-16 09:25:50 UTC (rev 154170)
@@ -1,3 +1,13 @@
+2013-08-16 Julien Brianceau <[email protected]>
+
+ <https://webkit.org/b/119879> Fix sh4 build after r154156.
+
+ Reviewed by Allan Sandfeld Jensen.
+
+ Fix typo in JITStubsSH4.h file.
+
+ * jit/JITStubsSH4.h:
+
2013-08-15 Mark Hahnenberg <[email protected]>
<https://webkit.org/b/119833> Concurrent compilation thread should not trigger WriteBarriers
Modified: trunk/Source/_javascript_Core/jit/JITStubsSH4.h (154169 => 154170)
--- trunk/Source/_javascript_Core/jit/JITStubsSH4.h 2013-08-16 09:07:06 UTC (rev 154169)
+++ trunk/Source/_javascript_Core/jit/JITStubsSH4.h 2013-08-16 09:25:50 UTC (rev 154170)
@@ -107,9 +107,9 @@
);
asm volatile (
-".globl " SYMBOL_STRING(ctiVMHandleExceptiom) "\n"
-HIDE_SYMBOL(ctiVMHandleExceptiom) "\n"
-SYMBOL_STRING(ctiVMHandleExceptiom) ":" "\n"
+".globl " SYMBOL_STRING(ctiVMHandleException) "\n"
+HIDE_SYMBOL(ctiVMHandleException) "\n"
+SYMBOL_STRING(ctiVMHandleException) ":" "\n"
"mov.l .L2"SYMBOL_STRING(cti_vm_handle_exception)",r0" "\n"
"mov r14, r4" "\n"
"mov.l @(r0,r12),r11" "\n"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes