31 Mar
2005
31 Mar
'05
5:27 p.m.
Again, Ronald Aigner said:
dice_CORBA_exception_type _exc_tmp; _exc_tmp._s.major = _dice_corba_env->major; _exc_tmp._s.repos_id = _dice_corba_env->repos_id; l4_umword_t _exception = _exc_tmp._raw; I plaid around a bit and came up with the following. But there I am stuck...
dice_CORBA_exception_type _exc_tmp = { _exc_tmp._s.major = _dice_corba_env->major, _exc_tmp._s.repos_id = _dice_corba_env->repos_id }; l4_umword_t _exception = _exc_tmp._raw; Greetings, Ron. -- Ronald Aigner ra3@os.inf.tu-dresden.de http://os.inf.tu-dresden.de/~ra3/