tiny fix of code order

This commit is contained in:
Elliot Nunn 2018-07-28 13:39:26 +08:00
parent 768e805da9
commit 7c05aaf190
2 changed files with 1 additions and 1 deletions

0
NanoKernel/NKColdInts.s Normal file → Executable file
View File

View File

@ -8,7 +8,6 @@ CodeBase
include 'NKInit.s'
include 'NKSystemCrash.s'
include 'NKHotInts.s'
include 'NKColdInts.s'
_align 10
MRBase
@ -19,6 +18,7 @@ MRBase
include 'MRMemtab.s' ; 16f4:17f4
include 'MRRestab.s' ; 17f4:1874
include 'NKColdInts.s'
include 'NKMemory.s'
include 'NKExceptions.s'
include 'NKFloatingPt.s'