Files in base shouldn't depend on things in sim. Changed "sim/host.hh" to <inttypes.hh>
--HG-- extra : convert_revision : c1e46c012a26cdb0603416f8e8a99e0ecb1c09bc
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#ifndef __BASE_BITFIELD_HH__
|
||||
#define __BASE_BITFIELD_HH__
|
||||
|
||||
#include "sim/host.hh"
|
||||
#include <inttypes.h>
|
||||
|
||||
/**
|
||||
* Generate a 64-bit mask of 'nbits' 1s, right justified.
|
||||
|
||||
Reference in New Issue
Block a user