changeset 295:29841ed2e11c

tweak
author menikon
date Wed, 29 Jan 2020 16:15:20 +0900
parents 08a367c3124a
children 2fcabbf8ceda
files src/CMakeLists.txt src/impl/fs_impl.cbc
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/CMakeLists.txt	Wed Jan 29 15:58:12 2020 +0900
+++ b/src/CMakeLists.txt	Wed Jan 29 16:15:20 2020 +0900
@@ -129,7 +129,7 @@
 	string.c arm.c asm.S bio.c buddy.c console.cbc exec.c file.cbc fs.c log.c main.c memide.c pipe.cbc proc.cbc spinlock.cbc 
 	start.c swtch.S syscall.cbc sysfile.cbc sysproc.c trap_asm.S trap.c vm.c device/picirq.c device/timer.c device/uart.c 
   SingleLinkedStack.cbc entry.S impl/vm_impl.cbc impl/vm_impl_private.cbc
- impl/file_impl_inode.cbc
+impl/fs_impl.cbc
 )
 
 # sys_read_impl.cbc
--- a/src/impl/fs_impl.cbc	Wed Jan 29 15:58:12 2020 +0900
+++ b/src/impl/fs_impl.cbc	Wed Jan 29 16:15:20 2020 +0900
@@ -1,5 +1,5 @@
-#include "../context.h"
-#interface "fs.h"
+#include "../../context.h"
+#interface "fs.dg"
 
 // ----
 // typedef struct fs_impl<Impl, Isa> impl fs{