]> granicus.if.org Git - yasm/commitdiff
Properly mark yasm_arch->create() error parameter as an output param.
authorPeter Johnson <peter@tortall.net>
Sat, 30 Jun 2007 20:19:20 +0000 (20:19 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 30 Jun 2007 20:19:20 +0000 (20:19 -0000)
svn path=/trunk/yasm/; revision=1888

libyasm/arch.h

index f6e23ae3cd59927fa1048b0da0ace78a785606b7..1daa4f37123bb267af4018c811f900670c9775cf 100644 (file)
@@ -114,7 +114,7 @@ typedef struct yasm_arch_module {
      * Call yasm_arch_create() instead of calling this function.
      */
     /*@only@*/ yasm_arch * (*create) (const char *machine, const char *parser,
-                                      yasm_arch_create_error *error);
+                                      /*@out@*/ yasm_arch_create_error *error);
 
     /** Module-level implementation of yasm_arch_destroy().
      * Call yasm_arch_destroy() instead of calling this function.