huangcm
2025-04-11 219b44be73a95ca4c6ad610ea314fed28da6db45
1
2
3
4
5
6
#include "defs.h"
 
SYS_FUNC(getpagesize)
{
   return RVAL_DECODED | RVAL_HEX;
}