Debian 10: switch to C++14
Some libraries, e.g. protobuf, depend on C++11 now. As they are (indirectly) included in some .ah aspect headers, everything has to be compiled with C++11 enabled now. This change switches to C++14 globally. Change-Id: I56a802bd510704d668a2b2c8957e11725fbe98b7
This commit is contained in:
committed by
Horst Schirmeier
parent
924e234db1
commit
8d060ef375
@ -424,7 +424,7 @@ void BX_CPU_C::TLB_invlpg(bx_address laddr)
|
||||
{
|
||||
invalidate_prefetch_q();
|
||||
|
||||
BX_DEBUG(("TLB_invlpg(0x"FMT_ADDRX"): invalidate TLB entry", laddr));
|
||||
BX_DEBUG(("TLB_invlpg(0x" FMT_ADDRX "): invalidate TLB entry", laddr));
|
||||
|
||||
#if BX_CPU_LEVEL >= 5
|
||||
bx_bool large = 0;
|
||||
|
||||
Reference in New Issue
Block a user