summaryrefslogtreecommitdiffstats
path: root/source/include/platform/acgcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/platform/acgcc.h')
-rw-r--r--source/include/platform/acgcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/platform/acgcc.h b/source/include/platform/acgcc.h
index 1662a9b..a091cc0 100644
--- a/source/include/platform/acgcc.h
+++ b/source/include/platform/acgcc.h
@@ -48,7 +48,7 @@
/* Function name is used for debug output. Non-ANSI, compiler-dependent */
-#define ACPI_GET_FUNCTION_NAME __FUNCTION__
+#define ACPI_GET_FUNCTION_NAME __func__
/*
* This macro is used to tag functions as "printf-like" because
OpenPOWER on IntegriCloud