Skip to content

Commit

Permalink
a bit more portable fix for nci example ls.pir, WFM in amd64 and i386…
Browse files Browse the repository at this point in the history
… linux, TT #1180
  • Loading branch information
NotFound committed Dec 8, 2010
1 parent 2b1c336 commit 9d14f6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/nci/ls.pir
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ List the content of the directory 'docs'.

.include "datatypes.pasm"
new $P2, 'OrderedHash'
set $P2["d_fileno"], .DATATYPE_INT64
set $P2["d_fileno"], .DATATYPE_LONG
push $P2, 0
push $P2, 0
set $P2["d_off"], .DATATYPE_INT64
set $P2["d_off"], .DATATYPE_LONG
push $P2, 0
push $P2, 0
set $P2["d_reclen"], .DATATYPE_INT16
set $P2["d_reclen"], .DATATYPE_SHORT
push $P2, 0
push $P2, 0
set $P2["d_type"], .DATATYPE_CHAR
Expand Down

0 comments on commit 9d14f6b

Please sign in to comment.