From 84551a30dc6b717eb8684578b0463e951270a5e8 Mon Sep 17 00:00:00 2001 From: tschwinge Date: Tue, 17 Feb 2015 18:24:07 +0000 Subject: libgomp: Make GOMP_PLUGIN_debug actually work... libgomp/ * libgomp-plugin.c (GOMP_PLUGIN_debug): Fix typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220770 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgomp/libgomp-plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgomp/libgomp-plugin.c') diff --git a/libgomp/libgomp-plugin.c b/libgomp/libgomp-plugin.c index ffb22e93862..f448ba91e40 100644 --- a/libgomp/libgomp-plugin.c +++ b/libgomp/libgomp-plugin.c @@ -55,7 +55,7 @@ GOMP_PLUGIN_debug (int kind, const char *msg, ...) va_list ap; va_start (ap, msg); - gomp_debug (kind, msg, ap); + gomp_vdebug (kind, msg, ap); va_end (ap); } -- cgit v1.2.1