Changeset 675 for trunk/testcase/631asmc.c
- Timestamp:
- Sep 9, 2003, 8:27:08 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/testcase/631asmc.c (modified) (5 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/testcase/631asmc.c
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r674 r675 36 36 37 37 38 39 struct ret4bytes _System asmfoo4(void) 38 struct ret4bytes _System asmfoosys4(void) 40 39 { 41 40 struct ret4bytes ret = {1}; … … 43 42 } 44 43 45 struct ret8bytes _System asmfoo 8(void)44 struct ret8bytes _System asmfoo8(void) 46 45 { 47 46 struct ret8bytes ret = {1,2}; … … 49 48 } 50 49 51 struct ret12bytes _System asmfoo 12(void)50 struct ret12bytes _System asmfoo12(void) 52 51 { 53 52 struct ret12bytes ret = {1,2,3}; … … 55 54 } 56 55 57 struct ret16bytes _System asmfoo 16(void)56 struct ret16bytes _System asmfoo16(void) 58 57 { 59 58 struct ret16bytes ret = {1,2,3,4}; … … 61 60 } 62 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
