mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 09:41:26 +00:00
Remove an extra ';'
* plugin.c (plugin_load_plugins): Removed an extra ';'.
This commit is contained in:
parent
4f45d44599
commit
fd5a150943
@ -1,3 +1,7 @@
|
||||
2015-04-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* plugin.c (plugin_load_plugins): Removed an extra ';'.
|
||||
|
||||
2015-04-10 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR binutils/18198
|
||||
|
@ -1003,7 +1003,7 @@ plugin_load_plugins (void)
|
||||
register_ld_plugin_object_p (plugin_object_p);
|
||||
|
||||
#if HAVE_MMAP && HAVE_GETPAGESIZE
|
||||
plugin_pagesize = getpagesize ();;
|
||||
plugin_pagesize = getpagesize ();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user