sim: sim_core.hrl: correct type of ac field

This commit is contained in:
Mikael Pettersson
2020-06-28 21:43:08 +02:00
parent 76e19ce3ae
commit 1bfa79597a

View File

@@ -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