mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
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)
|
||||
|
||||
Reference in New Issue
Block a user