From 1bfa79597a9ad316ffe2441569de663e0bf314a2 Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Sun, 28 Jun 2020 21:43:08 +0200 Subject: [PATCH] sim: sim_core.hrl: correct type of ac field --- erlang/apps/sim/src/sim_core.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erlang/apps/sim/src/sim_core.hrl b/erlang/apps/sim/src/sim_core.hrl index 1ef5183..412f8c2 100644 --- a/erlang/apps/sim/src/sim_core.hrl +++ b/erlang/apps/sim/src/sim_core.hrl @@ -99,7 +99,7 @@ { %% user-mode visible context pc_segment :: uint12_t() % PC register, high 12 bits , pc_offset :: uint18_t() % PC register, low 18 bits - , ac :: tuple(uint36_t()) % array of 16 36-bit words + , ac :: tuple() % array of 16 36-bit words , flags :: uint13_t() % status and condition bits %% TODO: add supervisor-mode handling: %% - correctly handle being in not-USER mode