* src/vm/jit/x86_64/patcher.c (PATCH_BACK_ORIGINAL_MCODE): Removed.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Mon, 18 Aug 2008 13:56:13 +0000 (15:56 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Mon, 18 Aug 2008 13:56:13 +0000 (15:56 +0200)
src/vm/jit/x86_64/patcher.c

index 976cdcdac93716423d31ed8942d83c7986c9e9b7..8439237050a3943424dd0adb7233d430ecb7cd7d 100644 (file)
 #include "vm/jit/patcher-common.h"
 
 
-#define PATCH_BACK_ORIGINAL_MCODE \
-    do { \
-    } while (0)
-
-
 /* patcher_patch_code **********************************************************
 
    Just patches back the original machine code.