summaryrefslogtreecommitdiffstats
path: root/util/x86emu/yabel/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/yabel/debug.c')
-rw-r--r--util/x86emu/yabel/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/x86emu/yabel/debug.c b/util/x86emu/yabel/debug.c
index 3dff857f8a25..5d7085febeb8 100644
--- a/util/x86emu/yabel/debug.c
+++ b/util/x86emu/yabel/debug.c
@@ -19,7 +19,7 @@ u32 debug_flags = 0;
void
dump(u8 * addr, u32 len)
{
- printf("\n%s(%p, %x):\n", __FUNCTION__, addr, len);
+ printf("\n%s(%p, %x):\n", __func__, addr, len);
while (len) {
unsigned int tmpCnt = len;
unsigned char x;