mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
hw/9pfs: Use the correct signed type for different variables
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
This commit is contained in:
parent
302a0d3ed7
commit
2f008a8c97
4 changed files with 17 additions and 16 deletions
|
@ -74,7 +74,7 @@ typedef struct FsContext
|
|||
} FsContext;
|
||||
|
||||
typedef struct V9fsPath {
|
||||
int16_t size;
|
||||
uint16_t size;
|
||||
char *data;
|
||||
} V9fsPath;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue