From 333a7c4ba27da0093d736b18c9355a214042fb01 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 15 Oct 2006 21:04:14 -0400 Subject: Started implementing microcode. --HG-- extra : convert_revision : 51df0454085e13df023efd8a0c0a12f9756c4690 --- src/cpu/thread_state.hh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/cpu/thread_state.hh') diff --git a/src/cpu/thread_state.hh b/src/cpu/thread_state.hh index 14e033b7f..60353760c 100644 --- a/src/cpu/thread_state.hh +++ b/src/cpu/thread_state.hh @@ -200,6 +200,16 @@ struct ThreadState { */ TheISA::MachInst inst; + /** The current microcode pc for the currently executing macro + * operation. + */ + MicroPC microPC; + + /** The next microcode pc for the currently executing macro + * operation. + */ + MicroPC nextMicroPC; + public: /** * Temporary storage to pass the source address from copy_load to -- cgit v1.2.3