diff --git a/src/plat.h b/src/plat.h index 72f04af80..4473a44b9 100644 --- a/src/plat.h +++ b/src/plat.h @@ -8,7 +8,7 @@ * * Define the various platform support functions. * - * Version: @(#)plat.h 1.0.24 2018/01/22 + * Version: @(#)plat.h 1.0.24 2018/02/09 * * Authors: Miran Grca, * Fred N. van Kempen, @@ -59,6 +59,7 @@ GLOBAL int dopause, /* system is paused */ GLOBAL uint64_t timer_freq; GLOBAL int infocus; GLOBAL char emu_version[128]; /* version ID string */ +GLOBAL int rctrl_is_lalt; /* System-related functions. */