gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:wr_w (0.00 seconds)
tkernel_2
monitor/cmdsvc/src/memory.c - 4.8KB - 170 lines
86:                         if (unit & 0x10) {
87:                                 for (; i < n; i += 4) wr_w(pa.w++, *bp.w);
88:                         } else {
89:                                 for (; i < n; i += 4) wr_w(pa.w++, *bp.w++);
90:                         }