mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
sonarlint work
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user