Skip to content
Snippets Groups Projects
Commit 87f682c1 authored by Zhaolin Deng's avatar Zhaolin Deng
Browse files

dzl

parent 0ae30ca7
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,7 @@ public class Fuzzer {
public static String generateDirtyRegistyRead() {
String line = new String();
for(int x=1;x<maxRegistry-1;x++) {
for(int x=1;x<maxRegistry;x++) {
line = line +"ADD R0 R0 R"+x+"\n";
}
line = line +"RET R0";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment