You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Return a function pointer to the corresponding RSP microcode function for the given `task_type`.
107
103
*
108
-
* The full OSTask (`task` parameter) is passed in case the `task_type` number is not enough information to distinguish out the exact microcode function.
104
+
* The full OSTask (`task` parameter) is passed in case the `task_type` number is not enough information to distinguish out the
105
+
* exact microcode function.
109
106
*
110
-
* This function is allowed to return `nullptr` if no microcode matches the specified task. In this case a message will be printed to stderr and the program will exit.
107
+
* This function is allowed to return `nullptr` if no microcode matches the specified task. In this case a message will be
0 commit comments