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:
Gabe Black 2006-10-23 02:37:54 -04:00
parent f31d73a433
commit a8973c6054

View file

@ -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.