Browse Source

add rv64/ to README

Quentin Carbonneaux 3 years ago
parent
commit
329a18a30b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README

+ 2 - 1
README

@@ -5,7 +5,8 @@ minic/  An example C frontend for QBE.
 tools/  Miscellaneous tools (testing).
 test/   Tests.
 amd64/
-arm64/  Architecture-specific code.
+arm64/
+rv64/   Architecture-specific code.
 
 The LICENSE file applies to all files distributed.