Handout
This commit is contained in:
9
arch/context.cc
Normal file
9
arch/context.cc
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "context.h"
|
||||
|
||||
void prepareContext(void* tos, Context& context, void (*kickoff)(void*),
|
||||
void* param1) {
|
||||
(void)tos;
|
||||
(void)context;
|
||||
(void)kickoff;
|
||||
(void)param1;
|
||||
}
|
||||
Reference in New Issue
Block a user