completely new version
This commit is contained in:
19
modules/src/em_code/bhucon.c
Normal file
19
modules/src/em_code/bhucon.c
Normal file
@@ -0,0 +1,19 @@
|
||||
#include "em_private.h"
|
||||
|
||||
CC_bhucon(op, n, s, sz, i)
|
||||
arith n;
|
||||
char *s;
|
||||
arith sz;
|
||||
int i;
|
||||
{
|
||||
/* BSS or HOL with size n, initial value an UCON (s, sz),
|
||||
and flag i
|
||||
*/
|
||||
PS(op);
|
||||
CST(n);
|
||||
COMMA();
|
||||
WCON(sp_ucon, s, sz);
|
||||
COMMA();
|
||||
CST((arith) i);
|
||||
NL();
|
||||
}
|
||||
Reference in New Issue
Block a user