mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-14 13:41:04 +00:00
A32/coprocessor: Remove lingering boost mention in documentation comment
This should have been changed to mention std::monostate, but was overlooked during the transition to standardized facilities.
This commit is contained in:
parent
d9d59bc1f4
commit
25750ad2a2
@ -65,7 +65,7 @@ public:
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when compiling MCRR or MCRR2 for this coprocessor.
|
* Called when compiling MCRR or MCRR2 for this coprocessor.
|
||||||
* A return value of boost::blank will cause a coprocessor exception to be compiled.
|
* A return value of std::monostate will cause a coprocessor exception to be compiled.
|
||||||
* arg0 and arg1 of the callback will contain the words sent to the coprocessor.
|
* arg0 and arg1 of the callback will contain the words sent to the coprocessor.
|
||||||
* The return value of the callback is ignored.
|
* The return value of the callback is ignored.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user