mirror of
https://github.com/drasko/codezero.git
synced 2026-02-08 16:03:14 +01:00
Fixed the problem that mm0 would read registers from actual MR0
instead of MR_UNUSED_START.
This commit is contained in:
4
tools/helper-scripts/touch_all
Executable file
4
tools/helper-scripts/touch_all
Executable file
@@ -0,0 +1,4 @@
|
||||
find . -exec touch {} \;
|
||||
|
||||
# or
|
||||
# find . | xargs touch
|
||||
Reference in New Issue
Block a user