From 9f68d1733025ffc5c88a544b600bb8c11a0d71f0 Mon Sep 17 00:00:00 2001 From: peteraa Date: Tue, 29 Oct 2019 09:20:31 +0100 Subject: [PATCH] Fix branch predictor rule table. --- theory2.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theory2.org b/theory2.org index 2f9557d..e534f30 100644 --- a/theory2.org +++ b/theory2.org @@ -101,8 +101,8 @@ state || predict taken || next state if taken || next state if not taken || =======||=================||=======================||==========================|| 00 || NO || 01 || 00 || - 01 || NO || 11 || 00 || - 10 || YES || 11 || 00 || + 01 || NO || 10 || 00 || + 10 || YES || 11 || 01 || 11 || YES || 11 || 10 || #+end_src