mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 04:03:57 +00:00
Fix compilation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "gdb_stub.hpp"
|
||||
|
||||
#include <platform/compiler.hpp>
|
||||
#include <network/tcp_server_socket.hpp>
|
||||
|
||||
#include "checksum.hpp"
|
||||
@@ -17,6 +18,7 @@ namespace gdb_stub
|
||||
{
|
||||
void rt_assert(const bool condition)
|
||||
{
|
||||
(void)condition;
|
||||
assert(condition);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user