sonarlint work

This commit is contained in:
Jasmine Iwanek
2023-06-27 10:21:51 -04:00
parent 797351a381
commit 8febf96669
18 changed files with 152 additions and 109 deletions

View File

@@ -816,10 +816,8 @@ void cyrix_write_seg_descriptor(uint32_t addr, x86seg *seg);
#define SMHR_VALID (1 << 0)
#define SMHR_ADDR_MASK (0xfffffffc)
typedef struct
{
struct
{
typedef struct {
struct {
uint32_t base;
uint64_t size;
} arr[8];