mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
parent
1bea312ba2
commit
d3d4381128
@@ -569,7 +569,7 @@ namespace Nova {
|
||||
struct Item {
|
||||
mword_t crd;
|
||||
mword_t hotspot;
|
||||
bool is_del() { return hotspot & 0x1; }
|
||||
bool is_del() const { return hotspot & 0x1; }
|
||||
};
|
||||
|
||||
#ifdef __x86_64__
|
||||
|
||||
Reference in New Issue
Block a user