From 635567e0564db4d19741b2478a4129fccb76f64a Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 25 Mar 2019 23:13:31 +0100 Subject: Highlight instructions passing through the pipeline stages. Signed-off-by: Pavel Pisa --- qtmips_machine/machinedefs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qtmips_machine/machinedefs.h') diff --git a/qtmips_machine/machinedefs.h b/qtmips_machine/machinedefs.h index d8219b6..9f85240 100644 --- a/qtmips_machine/machinedefs.h +++ b/qtmips_machine/machinedefs.h @@ -141,6 +141,8 @@ enum LocationStatus { LOCSTAT_ILLEGAL = 1 << 3, }; +const std::uint32_t STAGEADDR_NONE = 0xffffffff; + } #endif // MACHINEDEFS_H -- cgit v1.2.3