mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
parent
34674ac49f
commit
32cb245cb8
@ -312,8 +312,8 @@ class Ata::Protocol : public Ahci::Protocol, Noncopyable
|
||||
|
||||
*r = request;
|
||||
|
||||
size_t slot = _slots.index(*r);
|
||||
_slot_states |= 1u << slot;
|
||||
auto const slot = unsigned(_slots.index(*r));
|
||||
_slot_states |= 1u << slot;
|
||||
|
||||
/* setup fis */
|
||||
Command_table table(port.command_table_range(slot),
|
||||
|
@ -3,6 +3,4 @@ SRC_CC += main.cc
|
||||
INC_DIR += $(PRG_DIR)
|
||||
LIBS += base
|
||||
|
||||
CC_CXX_WARN_STRICT_CONVERSION =
|
||||
|
||||
vpath %.cc $(PRG_DIR)
|
||||
|
Loading…
x
Reference in New Issue
Block a user