Author: rafl
Date: Tue Nov 15 08:14:12 2005
New Revision: 9987
Modified:
trunk/jit/hppa/jit_emit.h
Log:
* Fixed typo in jit/hppa/jit_emit.h.
Modified: trunk/jit/hppa/jit_emit.h
==============================================================================
--- trunk/jit/hppa/jit_emit.h (original)
+++ trunk/jit/hppa/jit_emit.h Tue Nov 15 08:14:12 2005
@@ -698,7 +698,7 @@ hppa_sync_cache (void *_start, void *_en
long size = (((long)_end) - ((long)_start));
__asm__ __volatile__ ("fdc %0, %1":: "r" ((long)_start),
"r" (size));
- _asm__ __volatile__ ("sync");
+ __asm__ __volatile__ ("sync");
}
# endif