* src/threads/posix/thread-posix.cpp: Eliminated some easy-to-fix or pointless compil...
[cacao.git] / src / vm / jit / arm / md.c
index 1fecb0a8355eb936529188f0b3f1149a45780dfa..4149a7eaadcacea2c96ca43a855ffdd39e9cd3e0 100644 (file)
@@ -1,6 +1,6 @@
 /* src/vm/jit/arm/md.c - machine dependent ARM functions
 
-   Copyright (C) 1996-2005, 2006, 2007, 2008
+   Copyright (C) 1996-2005, 2006, 2007, 2008, 2010
    CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO
    Copyright (C) 2009 Theobroma Systems Ltd.
 
@@ -224,7 +224,7 @@ bool md_trap_decode(trapinfo_t* trp, int sig, void* xpc, executionstate_t* es)
        case TRAP_SIGSEGV:
        {
                // Sanity check for load/store instruction.
-#warning Implement this!
+               // FIXME Implement this!
 
                // Retrieve base address of load/store instruction.
                uintptr_t addr = es->intregs[(mcode >> 16) & 0x0f];