mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
libgomp: Make GOMP_PLUGIN_debug actually work...
libgomp/ * libgomp-plugin.c (GOMP_PLUGIN_debug): Fix typo. From-SVN: r220770
This commit is contained in:
parent
6f3c1d38bf
commit
a2818955d7
@ -1,3 +1,7 @@
|
||||
2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
* libgomp-plugin.c (GOMP_PLUGIN_debug): Fix typo.
|
||||
|
||||
2015-02-17 Thomas Schwinge <thomas@codesourcery.com>
|
||||
Cesar Philippidis <cesar@codesourcery.com>
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user