aboutsummaryrefslogtreecommitdiff
path: root/pk/frontend.c
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-03-25 16:43:38 -0700
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2011-03-25 16:43:38 -0700
commit4baf0c99c55791ceb4ee70646e424fc5fa78ae27 (patch)
tree665ed8fe2dc07e7eccd7a9a61736fa1cdc329a07 /pk/frontend.c
parentd9e887bd18aedc9b7c6cad1fd253a111a33426e2 (diff)
downloadpk-4baf0c99c55791ceb4ee70646e424fc5fa78ae27.zip
pk-4baf0c99c55791ceb4ee70646e424fc5fa78ae27.tar.gz
pk-4baf0c99c55791ceb4ee70646e424fc5fa78ae27.tar.bz2
[xcc,pk,opcodes,sim] updated encoding/insn names
Diffstat (limited to 'pk/frontend.c')
-rw-r--r--pk/frontend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pk/frontend.c b/pk/frontend.c
index 5c0fdc0..9641352 100644
--- a/pk/frontend.c
+++ b/pk/frontend.c
@@ -17,7 +17,7 @@ sysret_t frontend_syscall(long n, long a0, long a1, long a2, long a3)
magic_mem[3] = a2;
magic_mem[4] = a3;
- asm volatile ("sync");
+ asm volatile ("fence");
mtpcr(magic_mem,PCR_TOHOST);
while(mfpcr(PCR_FROMHOST) == 0);