From 2d9019ddeb4e038c27ca7a2d2d458747caaff9ab Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 10 Feb 2018 00:03:33 +0100 Subject: [PATCH] Committed the updated plat.h. --- src/plat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */