Skip to content
  • Alpha Lam's avatar
    Fix windows build: obj_int_extract to extract numbrs from .rdata · 2926571b
    Alpha Lam authored
    The change in assembly offset files to define values as const int broke
    Windows build, because the variables are stored in .rdata section instead
    of .data section.
    
    This CL changes the integer peeking from .data to .rdata.
    
    Change-Id: I87e465ddcc78d39ec29f3720ea7df0ab807d5512
    2926571b