diff options
| author | Oxore <oxore@protonmail.com> | 2022-10-03 02:05:09 +0300 |
|---|---|---|
| committer | Oxore <oxore@protonmail.com> | 2022-10-03 02:05:09 +0300 |
| commit | b5397045db290c234a1e779b64538933f93b37b6 (patch) | |
| tree | 16feb8aabd2f3ae1714e3fbaeea79fc89a6e6c2b /utils.hpp | |
| parent | 872d2c2766536a372af5d1048bed7514078f9d31 (diff) | |
Begin implementing DMA: impl memory to VRAM
Diffstat (limited to 'utils.hpp')
| -rw-r--r-- | utils.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,10 +13,10 @@ #endif #else #include <cassert> +#include <cstdlib> #define UNREACHABLE (assert((void*)0 == "Unreachable code reached"), abort(), 1) #endif - #include <stdint.h> namespace Utils { |
