Results 1 to 10 of 22

Thread: libcod on Arch Linux

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts
    It can be either the dereferencing of value for writing (would be very strange) or the dereferencing of arg for reading.

    Try:


    PHP Code:
    printf("scriptengine> test c4 value=%.8x scriptStack=%.8x arg=%.8x\n"valuescriptStackarg); 
    timescale 0.01

  2. #2
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    Quote Originally Posted by kung foo man View Post
    It can be either the dereferencing of value for writing (would be very strange) or the dereferencing of arg for reading.

    Try:


    PHP Code:
    printf("scriptengine> test c4 value=%.8x scriptStack=%.8x arg=%.8x\n"valuescriptStackarg); 
    scriptengine> test c4 value=ff805778 scriptStack=00000000 arg=00000000

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •