mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Fixing GdbStub Code to make it compiled with Clang (#2292)
- Fix the switch scoping preventing declaration - Adding stdint.h as inclusion to make uint*_t works
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
*/
|
||||
#ifndef EMU_GDBSTUB_H
|
||||
#define EMU_GDBSTUB_H
|
||||
#include <stdint.h>
|
||||
#include <86box/mem.h>
|
||||
|
||||
#define GDBSTUB_MEM_READ 0
|
||||
|
||||
Reference in New Issue
Block a user