cpu-x86: Properly ignore unused parameters.

windows-high-dpi
Doug Coleman 2018-03-14 13:01:21 -05:00
parent 32795ecf03
commit ef0f56e4b7
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@ namespace factor {
#define CALLSTACK_BOTTOM(ctx) \
(ctx->callstack_seg->end - sizeof(cell) * 5)
inline static void flush_icache(cell start, cell len) {}
inline static void flush_icache(cell start, cell len) {
(void)start;
(void)len;
}
// In the instruction sequence: