Moving header include inside __ASSEMBLER__ guard to fix assembler error
This commit is contained in:
parent
11b52f63c1
commit
9d0123f43e
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
|
||||
#include "types.h"
|
||||
|
||||
// which hart (core) is this?
|
||||
static inline u64
|
||||
r_mhartid()
|
||||
|
|
Loading…
Reference in a new issue