Search
lxdream.org :: lxdream/src/gtkui/gtk_debug.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gtkui/gtk_debug.c
changeset 887:8b3ee741c9d7
prev763:b3ce4448f200
next998:1754a8c6a9cf
author nkeynes
date Wed Oct 29 23:51:58 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Use regparam calling conventions for all functions called from translated code,
along with a few other high-use functions. Can probably extend this to all functions,
but as it is this is a nice performance boost
file annotate diff log raw
1.1 --- a/src/gtkui/gtk_debug.c Tue Jul 22 04:40:55 2008 +0000
1.2 +++ b/src/gtkui/gtk_debug.c Wed Oct 29 23:51:58 2008 +0000
1.3 @@ -259,7 +259,7 @@
1.4 gtk_entry_set_text( data->page_field, addr );
1.5
1.6 if( !data->cpu->is_valid_page_func( from ) ) {
1.7 - arr[3] = _("This page is currently unmapped");
1.8 + arr[3] = (char *)_("This page is currently unmapped");
1.9 gtk_clist_append( data->disasm_list, arr );
1.10 gtk_clist_set_foreground( data->disasm_list, 0, &gui_colour_error );
1.11 } else {
.