mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 10:46:25 +00:00
vbox: Provide implementation of RTErrCOMGet
The generated errmsgvboxcomdata.h is currently empty, but the 'main.e.l.f' log group seems to work for now.
This commit is contained in:
parent
8dbf449b91
commit
963ca0e6b5
@ -156,3 +156,8 @@ errmsgdata.h: $(VIRTUALBOX_DIR)/include/iprt/err.h \
|
||||
$(MSG_CONVERT)$@
|
||||
$(VERBOSE)sed -f $(VBOX_DIR)/Runtime/common/err/errmsg.sed $^ > $@
|
||||
|
||||
SRC_CC += Runtime/common/err/errmsgxpcom.cpp
|
||||
Runtime/common/err/errmsgxpcom.o: errmsgvboxcomdata.h
|
||||
|
||||
errmsgvboxcomdata.h:
|
||||
touch $@
|
||||
|
@ -24,8 +24,6 @@ void name(void) { \
|
||||
while (1) { Assert(!"not implemented"); } \
|
||||
}
|
||||
|
||||
DUMMY(RTErrCOMGet)
|
||||
|
||||
DUMMY(DBGFR3CoreWrite)
|
||||
DUMMY(DBGCRegisterCommands)
|
||||
DUMMY(DBGFR3EventAssertion)
|
||||
|
Loading…
Reference in New Issue
Block a user