It compiles. It runs. Nothing works, but it also doesn't crash. Victory!
This commit is contained in:
parent
8d2acbeb0f
commit
aa0d60bbed
20 changed files with 390 additions and 244 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* memory/pso4.h
|
||||
* memory/pso4.c
|
||||
*
|
||||
* Paged space object of size class 4, 16 words total, 14 words payload.
|
||||
*
|
||||
|
|
@ -11,5 +11,3 @@
|
|||
#include "memory/pso.h"
|
||||
#include "memory/pso2.h"
|
||||
#include "memory/pso4.h"
|
||||
|
||||
struct pso4 *pointer_to_pso4( struct pso_pointer p );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue