impl_start_0

This commit is contained in:
julianb0 2019-05-15 22:08:37 +02:00
parent 8158f4244b
commit 3669787ce4
No known key found for this signature in database
GPG Key ID: DDF8325C95299A62
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
#include "arch.h"
#define IMPL_START_0(name) \
void i_##name(ctx_t *ctx, acc_t *p1, acc_t *p2) \
{ \
#define IMPL_START_1(name) \
void i_##name(ctx_t *ctx, acc_t *p1, acc_t *p2) \
{ \