Mercurial > hg > Members > menikon > CbC_xv6
comparison src/console.cbc @ 86:765449889623
fix translate interface routine
author | anatofuz |
---|---|
date | Tue, 15 Oct 2019 20:03:48 +0900 |
parents | 214d21c891c7 |
children | 561eedeb9a99 |
comparison
equal
deleted
inserted
replaced
85:d33e6b5adb57 | 86:765449889623 |
---|---|
11 #include "memlayout.h" | 11 #include "memlayout.h" |
12 #include "mmu.h" | 12 #include "mmu.h" |
13 #include "proc.h" | 13 #include "proc.h" |
14 | 14 |
15 | 15 |
16 #include "../context.h" | |
17 | |
18 #define __ncode __code | 16 #define __ncode __code |
19 | 17 |
20 __ncode cbc_consoleread1 (); | 18 __ncode cbc_consoleread1 (); |
21 __ncode cbc_consoleread2 (); | 19 __ncode cbc_consoleread2 (); |
22 | 20 |