Fix call to build_int_2 to have 2 arguments.

From-SVN: r1536
This commit is contained in:
Michael Meissner 1992-07-09 01:17:16 +00:00
parent 07c5ab5508
commit c724abee00
1 changed files with 1 additions and 1 deletions

View File

@ -2148,7 +2148,7 @@ build_shared_structure_initializer (isa, super, name, size, status,
initlist = tree_cons (NULLT, build_int_2 (0, 0), initlist);
/* info = */
initlist = tree_cons (NULLT, build_int_2 (status), initlist);
initlist = tree_cons (NULLT, build_int_2 (status, 0), initlist);
/* instance_size = */
initlist = tree_cons (NULLT, size, initlist);