returning ref to array for csrk

pull/6188/head
paul-szczepanek-arm 2018-01-22 14:30:22 +00:00
parent cba92fe82c
commit 4c56d4c90b
1 changed files with 1 additions and 1 deletions

View File

@ -176,10 +176,10 @@ public:
/* local csrk */
virtual const csrk_t& get_local_csrk();
virtual void set_local_csrk(
const csrk_t csrk
);
virtual csrk_t get_local_csrk();
/* list management */