From 4a511938503cd88b93759acb48e2ffe6435a3595 Mon Sep 17 00:00:00 2001 From: klehman Date: Thu, 7 Oct 2021 13:19:40 -0400 Subject: [PATCH] typo: gpr not fpr --- src/openpower/test/state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openpower/test/state.py b/src/openpower/test/state.py index ba80d31d..72199196 100644 --- a/src/openpower/test/state.py +++ b/src/openpower/test/state.py @@ -64,7 +64,7 @@ class State: All methods implemented must be generators. - FPRs and CRs - stored as lists + GPRs and CRs - stored as lists XERs/PC - simple members memory - stored as a dictionary {location: data} """ -- 2.30.2