diff options
| author | 2016-05-01 09:51:51 +0200 | |
|---|---|---|
| committer | 2016-05-01 09:51:51 +0200 | |
| commit | 949fddaaa8d5f68d96226440aaf81ea82aa70280 (patch) | |
| tree | ffdfb37cbc4c018ec158f4ab970758a85d9f9332 /scripts/src | |
| parent | 58c42b6993a794b181311262b26c601ac2baa465 (diff) | |
hec2hrp and arcompact fix (nw)
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/cpu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 88fa672139b..69e9eace7ad 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -73,7 +73,7 @@ end -------------------------------------------------- -- ARcompact (ARCtangent-A5, ARC 600, ARC 700) ---@src/devices/cpu/arc/arc.h,CPUS["ARCOMPACT"] = true +--@src/devices/cpu/arcompact/arcompact.h,CPUS["ARCOMPACT"] = true -------------------------------------------------- if (CPUS["ARCOMPACT"]~=null) then |
