macro_rules! uei_set_size {
($skel: expr, $ops: ident, $uei:ident) => { ... };
}
Expand description
Resize debug dump area according to ops.exit_dump_len. If this macro is not called, debug dump area is not allocated and debug dump won’t be printed out.