Simplify the definition of macro W() so that the Connectal dependancy checker can handle it.
This commit is contained in:
@@ -31,11 +31,10 @@ import CHERICap :: *;
|
|||||||
import CHERICC_Fat :: *;
|
import CHERICC_Fat :: *;
|
||||||
|
|
||||||
`define CAPTYPE CapPipe
|
`define CAPTYPE CapPipe
|
||||||
`define W(name)\
|
`ifndef CAP64
|
||||||
`ifndef CAP64\
|
`define W(name) wrap128_``name
|
||||||
wrap128_``name\
|
`else
|
||||||
`else\
|
`define W(name) wrap64_``name
|
||||||
wrap64_``name\
|
|
||||||
`endif
|
`endif
|
||||||
|
|
||||||
(* noinline *)
|
(* noinline *)
|
||||||
|
|||||||
Reference in New Issue
Block a user