From 0aabf3cb8e11409506bf90d6cd0c1125f3df7c04 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 17 Nov 2022 08:54:01 -0600 Subject: Finish simulation --- tb/top/conspiracion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tb/top/conspiracion.cpp') diff --git a/tb/top/conspiracion.cpp b/tb/top/conspiracion.cpp index c87d09c..984cb58 100644 --- a/tb/top/conspiracion.cpp +++ b/tb/top/conspiracion.cpp @@ -411,7 +411,7 @@ int main(int argc, char **argv) auto word = avl.dump(dump.start + i); word = (word & 0xff) << 24 | ((word >> 8) & 0xff) << 16 - | ((word >> 16) & 0xff) << 24 + | ((word >> 16) & 0xff) << 8 | ((word >> 24) & 0xff); std::printf("%08x", word); -- cgit v1.2.3