diff options
author | Mike Pall <mike> | 2011-10-25 12:41:38 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-10-25 12:42:13 +0200 |
commit | ca2b923026fb6ce2cf40bc2527d8234ef7263ea4 (patch) | |
tree | 66ee8539306c177db878f940236ba834da15033e /src/buildvm_ppcspe.h | |
parent | 9df9c7ef730c6af4c3b3f137f8070be29a9bd946 (diff) | |
download | luajit-ca2b923026fb6ce2cf40bc2527d8234ef7263ea4.tar.gz luajit-ca2b923026fb6ce2cf40bc2527d8234ef7263ea4.tar.bz2 luajit-ca2b923026fb6ce2cf40bc2527d8234ef7263ea4.zip |
PPC/e500: Fix write barrier in USETS.
Diffstat (limited to '')
-rw-r--r-- | src/buildvm_ppcspe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildvm_ppcspe.h b/src/buildvm_ppcspe.h index 78d49377..32571ebe 100644 --- a/src/buildvm_ppcspe.h +++ b/src/buildvm_ppcspe.h | |||
@@ -3575,8 +3575,6 @@ static const unsigned int build_actionlist[4995] = { | |||
3575 | 0x48000000, | 3575 | 0x48000000, |
3576 | 0x0005000b, | 3576 | 0x0005000b, |
3577 | 0x00000000, | 3577 | 0x00000000, |
3578 | 0x80f00000, | ||
3579 | 0x3a100004, | ||
3580 | 0x814efffc, | 3578 | 0x814efffc, |
3581 | 0x5588007e, | 3579 | 0x5588007e, |
3582 | 0x000900ab, | 3580 | 0x000900ab, |
@@ -3602,6 +3600,8 @@ static const unsigned int build_actionlist[4995] = { | |||
3602 | 0x40820000, | 3600 | 0x40820000, |
3603 | 0x00050802, | 3601 | 0x00050802, |
3604 | 0x0006000b, | 3602 | 0x0006000b, |
3603 | 0x80f00000, | ||
3604 | 0x3a100004, | ||
3605 | 0x54e815ba, | 3605 | 0x54e815ba, |
3606 | 0x54ea5d78, | 3606 | 0x54ea5d78, |
3607 | 0x54ec9b78, | 3607 | 0x54ec9b78, |