clang-format markers

This commit is contained in:
Jasmine Iwanek
2022-11-19 10:43:42 -05:00
parent 83b220cb03
commit 35fea100db
19 changed files with 231 additions and 0 deletions

View File

@@ -616,8 +616,10 @@ ropMOV_seg_w(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc,
return op_pc + 1; \
}
// clang-format off
ropLseg(DS, cpu_state.seg_ds)
ropLseg(ES, cpu_state.seg_es)
ropLseg(FS, cpu_state.seg_fs)
ropLseg(GS, cpu_state.seg_gs)
ropLseg(SS, cpu_state.seg_ss)
// clang-format on