parent
f3a26bc02e
commit
b6480aebd5
53 changed files with 590 additions and 520 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include "memory/pso2.h"
|
||||
#include "memory/pso4.h"
|
||||
|
||||
struct pso4* pointer_to_pso4( struct pso_pointer p) {
|
||||
struct pso4* result = (struct pso4*)pointer_to_object_of_size_class( p, 4);
|
||||
struct pso4 *pointer_to_pso4( struct pso_pointer p ) {
|
||||
struct pso4 *result =
|
||||
( struct pso4 * ) pointer_to_object_of_size_class( p, 4 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue