From 30a89f79b31b101b3ce4481e502e2e7d2529746c Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Mon, 25 Mar 2013 22:38:32 -0700 Subject: truncate effective addresses in rv32 also, employ a more efficient instruction dispatch based upon rv32 mode. --- .gitignore | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 54ac075..adc99bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,3 @@ -#========================================================================= -# Git Ignore Files -#========================================================================= -# We explicitly ignore a default build directory and the autoconf -# generated autom4te.cache directory. This makes it easy to do a clean -# build under the source directory and still have it appear clean to git. - build/ autom4te.cache/ - +riscv/dispatch.h -- cgit v1.1