]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/core/thread.cc
Lots of stuff.
[polintos/scott/priv.git] / kernel / core / thread.cc
index b84d8dda6f07bf2b87bdaad16abb0f99abd9ea1d..140bee3c5542edfd0b561acce9a918d0caf8e12d 100644 (file)
@@ -385,7 +385,7 @@ namespace Threads {
                }
        }
        
-       void Thread::set_aspace(Mem::AddrSpace *aspace)
+       void Thread::set_aspace(Mem::ProcAddrSpace *aspace)
        {
                // FIXME: lock thread against scheduling; this temporary method should
                // be gone before SMP anyway.