Mesa (master): i915g: s/__func__/__FUNCTION__/

Vinson Lee vlee at kemper.freedesktop.org
Mon Feb 21 05:24:20 UTC 2011


Module: Mesa
Branch: master
Commit: 8033700814f1db711d3429c904e4bc11271e0ff2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8033700814f1db711d3429c904e4bc11271e0ff2

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Feb 20 21:23:26 2011 -0800

i915g: s/__func__/__FUNCTION__/

---

 src/gallium/winsys/i915/sw/i915_sw_batchbuffer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/i915/sw/i915_sw_batchbuffer.c b/src/gallium/winsys/i915/sw/i915_sw_batchbuffer.c
index 44773ae..6ffba44 100644
--- a/src/gallium/winsys/i915/sw/i915_sw_batchbuffer.c
+++ b/src/gallium/winsys/i915/sw/i915_sw_batchbuffer.c
@@ -124,7 +124,7 @@ i915_sw_batchbuffer_flush(struct i915_winsys_batchbuffer *ibatch,
    if (i915_sw_winsys(ibatch->iws)->dump_cmd) {
       unsigned *ptr = (unsigned *)batch->base.map;
 
-      debug_printf("%s:\n", __func__);
+      debug_printf("%s:\n", __FUNCTION__);
       for (i = 0; i < used / 4; i++, ptr++) {
          debug_printf("\t%08x:    %08x\n", i*4, *ptr);
       }




More information about the mesa-commit mailing list