fix gcc build

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-14 05:48:13 +05:30
parent 9397140473
commit d1df555a6a
3 changed files with 7 additions and 6 deletions

View File

@@ -29,8 +29,8 @@ jobs:
- name: lint
run: nix develop .#matar-clang -c ninja clang-tidy -C $BUILDDIR
- name: tests
run: nix develop .#matar-clang -c ninja test -C $BUILDDIR
- name: build
run: nix develop .#matar-clang -c ninja -C $BUILDDIR
- name: tests
run: nix develop .#matar-clang -c ninja test -C $BUILDDIR

View File

@@ -23,8 +23,8 @@ jobs:
- name: setup
run: nix develop .#matar -c meson setup $BUILDDIR
- name: tests
run: nix develop .#matar -c ninja test -C $BUILDDIR
- name: build
run: nix develop .#matar -c ninja -C $BUILDDIR
- name: tests
run: nix develop .#matar -c ninja test -C $BUILDDIR

View File

@@ -4,6 +4,7 @@
#include "bus.hh"
#include "cpu/psr.hh"
#include "thumb/instruction.hh"
#include <memory>
#include <cstdint>