Browse Source
Inside copy_to_ctx(), we are typecasting the stack pointer into a 32-bit array pointer, and there was unbalanced const between two sides. Since we should not be modifying anything inside that array, add const to the 32-bit array pointer too. So now the compiler will not complain about discarding the const qualifier. Signed-off-by: Daniel Leung <daniel.leung@intel.com>pull/91613/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue